Date: Thu, 25 Jan 2007 15:05:31 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 113506 for review Message-ID: <200701251505.l0PF5VSm052707@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113506 Change 113506 by millert@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_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701251505.l0PF5VSm052707>