summaryrefslogtreecommitdiff
path: root/bin/csh/csh.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-08-06 20:41:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-08-06 20:41:09 +0000
commitabdab9264887b198168dac150a9bbff44a774868 (patch)
tree26c311697fe239df4698e550f705fd8ef5a9a932 /bin/csh/csh.h
parentcde63a0b937f284da8b2903ae196fc5bfb998ea8 (diff)
uid_t and gid_t, and use %u
Diffstat (limited to 'bin/csh/csh.h')
-rw-r--r--bin/csh/csh.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/csh/csh.h b/bin/csh/csh.h
index 12b47b5ac19..28df6672c6f 100644
--- a/bin/csh/csh.h
+++ b/bin/csh/csh.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: csh.h,v 1.4 1997/11/15 21:51:28 todd Exp $ */
+/* $OpenBSD: csh.h,v 1.5 1999/08/06 20:41:04 deraadt Exp $ */
/* $NetBSD: csh.h,v 1.9 1995/03/21 09:02:40 cgd Exp $ */
/*-
@@ -153,8 +153,8 @@ struct rusage ru0;
*/
Char *doldol; /* Character pid for $$ */
int backpid; /* Pid of the last background process */
-int uid, euid; /* Invokers uid */
-int gid, egid; /* Invokers gid */
+uid_t uid, euid; /* Invokers uid */
+gid_t gid, egid; /* Invokers gid */
time_t chktim; /* Time mail last checked */
int shpgrp; /* Pgrp of shell */
int tpgrp; /* Terminal process group */