[Libsysio-commit] HEAD: libsysio/tests test_path.c
Brought to you by:
lward
From: Ruth K. <rk...@us...> - 2004-07-15 20:17:56
|
Update of /cvsroot/libsysio/libsysio/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15603 Modified Files: test_path.c Log Message: pick up S_ISLNK def on alpha Index: test_path.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_path.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -w -b -B -p -r1.9 -r1.10 --- test_path.c 3 Jul 2004 05:47:13 -0000 1.9 +++ test_path.c 15 Jul 2004 20:17:38 -0000 1.10 @@ -41,6 +41,8 @@ * le...@sa... */ +#define _BSD_SOURCE + #include <stdio.h> #include <stdlib.h> #include <string.h> |