Date: Fri, 23 Feb 2007 16:46:55 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 114874 for review Message-ID: <200702231646.l1NGktFm033175@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=114874 Change 114874 by millert@millert_macbook on 2007/02/23 16:46:37 Add strdupa() for compatibility with selinux Affected files ... .. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libsecompat/Makefile#4 edit .. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libsecompat/secompat.h#3 edit .. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libsecompat/strdupa.c#1 add Differences ... ==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libsecompat/Makefile#4 (text+ko) ==== @@ -1,7 +1,7 @@ include ../../../Makeconfig LIB = secompat -OBJS = clearenv.o getline.o strndup.o +OBJS = clearenv.o getline.o strndup.o strdupa.o CFLAGS += -Wall ==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libsecompat/secompat.h#3 (text+ko) ==== @@ -3,6 +3,7 @@ ssize_t getline(char **, size_t *, FILE *); char *strndup(const char *, size_t); +char *strdupa(const char *); int clearenv(void); #endif /* _SECOMPAT_H_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702231646.l1NGktFm033175>
