Importing usr.bin/nl

* Add _SC_LINE_MAX to unistd.h (value of 15 from NetBSD).
 * Add _SC_LINE_MAX case to sysconf(3) in libc.
 * usr.bin/nl itself required no Minix specific changes.

Change-Id: I10f056ccdf4f212beb1272f735f41303e5036c05
This commit is contained in:
Thomas Cort
2013-10-14 10:02:42 -04:00
parent be22a5eeee
commit 1e69cb63f4
8 changed files with 635 additions and 1 deletions

View File

@@ -204,5 +204,6 @@
#define _SC_TZNAME_MAX 10
#define _SC_PAGESIZE 11
#define _SC_PAGE_SIZE _SC_PAGESIZE
#define _SC_LINE_MAX 15
#endif /* !_SYS_UNISTD_H_ */