3404 Commits

Author SHA1 Message Date
christos
6e19ececef BADSIG -> SIG_ERR 1998-12-20 15:03:15 +00:00
christos
3c894f223c setpgrp -> setpgid 1998-12-20 15:02:57 +00:00
christos
e0007e4751 union wait -> int 1998-12-20 15:02:17 +00:00
christos
9c41bfb9f4 include unistd.h 1998-12-20 15:01:43 +00:00
christos
5a0d53715e braces 1998-12-20 15:01:30 +00:00
christos
911f0fccb0 cast field sizes to ints. 1998-12-20 14:53:24 +00:00
christos
f9688c3369 Make sure termio is defined to termios. 1998-12-20 14:48:33 +00:00
kristerw
9dc9e902a5 Disable strip 1998-12-19 23:57:52 +00:00
christos
e415908344 char -> unsigned char
_start -> x_start
_escaped -> x_escaped

_start is the start symbol in solaris libc!
1998-12-19 23:41:53 +00:00
christos
9622cbbfb5 char -> unsigned char 1998-12-19 23:37:14 +00:00
christos
86fc76a0a6 remove local decl of errno. 1998-12-19 23:36:07 +00:00
christos
b4c8a47030 appease gcc-2.8.1 1998-12-19 23:35:24 +00:00
christos
ad5d7c5f6d char -> unsigned char 1998-12-19 23:22:51 +00:00
christos
23933685ff braces 1998-12-19 23:21:24 +00:00
christos
af1827b7df char -> unsigned char 1998-12-19 23:19:45 +00:00
christos
1b5e48e426 char -> unsigned char 1998-12-19 23:02:21 +00:00
christos
4dadb162f6 sigvec->sigaction
sigblock->sigprocmask
sigpause->sigsuspend
XXX: code could be shared here.
1998-12-19 23:02:02 +00:00
christos
1a8acb42c1 <sys/dir.h> -> <dirent.h>
<sys/file.h> -> <fcntl.h>
1998-12-19 23:00:43 +00:00
christos
a6f820700b remove unused variable
char -> unsigned char
1998-12-19 23:00:18 +00:00
christos
b5e27b660d creat->open O_CREAT 1998-12-19 22:59:21 +00:00
christos
e42e202cfb char -> unsigned char
<fcntl.h> instead of <sys/file.h>
compensate for different types in th_stuff
1998-12-19 22:41:21 +00:00
christos
719b192026 sigvec->sigaction 1998-12-19 22:36:11 +00:00
christos
eb4463abfe KNF 1998-12-19 22:27:54 +00:00
christos
24a4a811e5 char -> unsigned char 1998-12-19 22:26:13 +00:00
christos
664c0d224c ifdef the pw_change and pw_expire stuff with BSD4_4 1998-12-19 22:24:18 +00:00
christos
f6d2541fc5 portability in printf args.
char -> unsigned char
1998-12-19 22:18:00 +00:00
christos
f6a7c3e2b3 portable printf args. 1998-12-19 22:14:30 +00:00
christos
ea2df27a8f char -> unsigned char
compensate for not having REG_STARTEND
1998-12-19 22:12:32 +00:00
christos
431b0659ba char -> unsigned char 1998-12-19 22:12:11 +00:00
christos
861d7d0674 don't use union wait; an int is good enough. 1998-12-19 21:53:56 +00:00
christos
377fe973b8 include <fcntl.h> for O_RDONLY, and remove decls of optind and optarg. 1998-12-19 21:52:00 +00:00
christos
d374d91f3d small cast. 1998-12-19 21:50:45 +00:00
christos
cfb06221ce brace police 1998-12-19 21:44:31 +00:00
christos
20a2ed5105 revert previous cast. 1998-12-19 21:31:37 +00:00
christos
681ecbf381 a few casts, and char -> unsigned char 1998-12-19 21:27:40 +00:00
christos
e4ac7024d0 extra braces, char -> unsigned char 1998-12-19 21:19:11 +00:00
christos
9126a73f7f Overhaul...
- check numeric arguments properly.
- fix usage.
- add -n increment option.
1998-12-19 21:07:12 +00:00
christos
7b232cdf19 char -> unsigned char 1998-12-19 20:34:53 +00:00
christos
b751ad2c5c de-ja-vous
This thing was still using <sys/dir.h> and struct direct.
Get rid of the time warp.
1998-12-19 20:32:17 +00:00
christos
76f0fa8f60 brace pollution, and char -> unsigned char 1998-12-19 20:21:44 +00:00
christos
2136635414 char -> unsigned char 1998-12-19 20:11:20 +00:00
christos
1b399e6819 char -> unsigned char and portable printf formats. 1998-12-19 20:10:08 +00:00
christos
fc8ac77abf we don't have d_namlen in svr4, and char -> unsigned char 1998-12-19 20:08:03 +00:00
christos
d594b7c039 char -> unsigned char 1998-12-19 20:03:49 +00:00
christos
b812d45035 char -> unsigned char 1998-12-19 19:54:26 +00:00
christos
e8ab739a14 char -> unsigned char 1998-12-19 19:45:09 +00:00
christos
e2d09d7f42 portability in printf format, and support for svr4 timezone. 1998-12-19 19:30:57 +00:00
christos
76e23f8bdc Braces to the altar of gcc-2.8.1 1998-12-19 17:46:08 +00:00
christos
8f5ca4eed0 char -> unsigned char 1998-12-19 17:44:22 +00:00
christos
6e0fa105be Avoid bogus warnings produced by gcc-2.8.1 where it wants field widths to be
ints and copmplains if they are unsigned ints!
1998-12-19 17:38:39 +00:00