diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-14 20:31:32 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-14 20:31:32 +0000 |
commit | 664594592b027192aadee83827fa39d430c954d0 (patch) | |
tree | 83df829c370f8eb63a310ab1cd55864e752ccd5c /sys/compat/hpux/hpux_compat.c | |
parent | 5d9413e62b10c038c2061d9b5cc7f27ea22b1653 (diff) |
remove ambiguity in version,ostype,osversion,osrelease and their constanity, they are and declarre 'em accordingly also removing private externies of those
Diffstat (limited to 'sys/compat/hpux/hpux_compat.c')
-rw-r--r-- | sys/compat/hpux/hpux_compat.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/compat/hpux/hpux_compat.c b/sys/compat/hpux/hpux_compat.c index 6edaff6840a..f537a2d370e 100644 --- a/sys/compat/hpux/hpux_compat.c +++ b/sys/compat/hpux/hpux_compat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hpux_compat.c,v 1.18 2002/03/14 01:26:49 millert Exp $ */ +/* $OpenBSD: hpux_compat.c,v 1.19 2002/03/14 20:31:31 mickey Exp $ */ /* $NetBSD: hpux_compat.c,v 1.35 1997/05/08 16:19:48 mycroft Exp $ */ /* @@ -386,8 +386,7 @@ hpux_sys_utssys(p, v, retval) int i; int error; struct hpux_utsname ut; - extern char ostype[], hostname[], osrelease[], version[]; - extern char machine[]; + extern char hostname[], machine[]; switch (SCARG(uap, request)) { /* uname */ |