eterm/libmej
Michael Jennings a54e99b6d5 Tue Oct 19 16:34:51 PDT 1999 Michael Jennings <mej@eterm.org>
This should get rid of all the warnings.  If you're running Linux and
	get warnings about setresuid, setresgid, grantpt, and unlockpt not
	having prototypes, feel free to add the following lines to your copy
	of /usr/include/unistd.h:

	/* Linux- and HP-UX-only setres?id() calls -- mej */
	extern int setresuid(uid_t ruid, uid_t euid, uid_t suid);
	extern int setresgid(gid_t rgid, gid_t egid, gid_t sgid);
	/* SVR4 PTY functions */
	extern int grantpt(int fd);
	extern int unlockpt(int fd);


SVN revision: 886
1999-10-19 17:44:02 +00:00
..
.cvsignore Da da da. 1999-08-17 23:13:35 +00:00
Makefile.am Tue Aug 17 18:06:01 PDT 1999 Michael Jennings <mej@eterm.org> 1999-08-18 01:12:47 +00:00
debug.c Tue Aug 17 18:06:01 PDT 1999 Michael Jennings <mej@eterm.org> 1999-08-18 01:12:47 +00:00
debug.h Tue Aug 17 18:06:01 PDT 1999 Michael Jennings <mej@eterm.org> 1999-08-18 01:12:47 +00:00
global.h Tue Aug 17 18:06:01 PDT 1999 Michael Jennings <mej@eterm.org> 1999-08-18 01:12:47 +00:00
mem.c Tue Oct 19 16:34:51 PDT 1999 Michael Jennings <mej@eterm.org> 1999-10-19 17:44:02 +00:00
mem.h Thu Sep 16 16:21:22 PDT 1999 Michael Jennings <mej@eterm.org> 1999-09-16 22:40:44 +00:00
snprintf.c Tue Aug 17 18:06:01 PDT 1999 Michael Jennings <mej@eterm.org> 1999-08-18 01:12:47 +00:00
strings.c Tue Oct 19 16:34:51 PDT 1999 Michael Jennings <mej@eterm.org> 1999-10-19 17:44:02 +00:00
strings.h Tue Aug 17 18:06:01 PDT 1999 Michael Jennings <mej@eterm.org> 1999-08-18 01:12:47 +00:00
strptime.c Tue Aug 17 18:06:01 PDT 1999 Michael Jennings <mej@eterm.org> 1999-08-18 01:12:47 +00:00
strptime.h Tue Aug 17 18:06:01 PDT 1999 Michael Jennings <mej@eterm.org> 1999-08-18 01:12:47 +00:00