PERFORCE change 113506 for review
Todd Miller
millert at FreeBSD.org
Thu Jan 25 15:05:35 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=113506
Change 113506 by millert at millert_macbook on 2007/01/25 15:04:49
Add clearenv()
Affected files ...
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libsecompat/Makefile#3 edit
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libsecompat/clearenv.c#1 add
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libsecompat/secompat.h#2 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libsecompat/Makefile#3 (text+ko) ====
@@ -1,7 +1,7 @@
include ../../../Makeconfig
LIB = secompat
-OBJS = getline.o strndup.o
+OBJS = clearenv.o getline.o strndup.o
CFLAGS += -Wall
==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libsecompat/secompat.h#2 (text+ko) ====
@@ -3,5 +3,6 @@
ssize_t getline(char **, size_t *, FILE *);
char *strndup(const char *, size_t);
+int clearenv(void);
#endif /* _SECOMPAT_H_ */
More information about the trustedbsd-cvs
mailing list