DragonFly BSD
DragonFly commits List (threaded) for 2004-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/include libiberty.h src/lib/libiberty lrealpath.c Makefile


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 9 Jun 2004 05:32:07 -0700 (PDT)

joerg       2004/06/09 05:32:07 PDT

DragonFly src repository

  Modified files:
    include              libiberty.h 
    lib/libiberty        Makefile 
  Added files:
    lib/libiberty        lrealpath.c 
  Log:
  Add implemenation of lrealpath. This works like realpath, but returns
  a dynamically allocated string or a copy of the original pathname, if
  realpath(3) failed. This can return NULL, if malloc(3) failed.
  
  Revision  Changes    Path
  1.2       +2 -1      src/include/libiberty.h
  1.2       +1 -1      src/lib/libiberty/Makefile


http://www.dragonflybsd.org/cvsweb/src/include/libiberty.h.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libiberty/Makefile.diff?r1=1.1&r2=1.2&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]