NetBSD/bin/ls
wsanchez 1b21ebd11c Global replace:
-#ifdef _POSIX_SOURCE
+#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) || defined (_XOPEN_SOURCE)
1998-10-08 23:30:35 +00:00
..
cmp.c Global replace: 1998-10-08 23:30:35 +00:00
extern.h * implement -x; sort columns across the page rather than down the page 1998-01-18 13:30:03 +00:00
ls.1 Document ls -F's output for sockets; 1998-06-01 21:11:28 +00:00
ls.c Add some braces to make egcs happy. 1998-08-19 01:43:22 +00:00
ls.h * blocks can be 64bit (not u_long), so calculate and display accordingly 1998-05-16 15:12:26 +00:00
Makefile Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.inc 1997-07-20 22:36:20 +00:00
print.c Delint. 1998-07-28 05:15:46 +00:00
stat_flags.c Fix compiler warnings. 1997-07-20 18:52:57 +00:00
util.c Delint. 1998-07-28 05:31:22 +00:00