diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-01-08 18:15:57 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-01-08 18:15:57 +0000 |
commit | a1c4883332d6e8759b8aaae5b00364bca088e604 (patch) | |
tree | 0b0a9258c25d236268866493619ee8bfb95460dd | |
parent | 3fd9548e9ec49d42d9cb56325f641892e590e4eb (diff) |
Silence warning
-rw-r--r-- | usr.bin/w/extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/w/extern.h b/usr.bin/w/extern.h index 3974579b14c..1c3c492090a 100644 --- a/usr.bin/w/extern.h +++ b/usr.bin/w/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.5 2004/01/08 18:14:51 millert Exp $ */ +/* $OpenBSD: extern.h,v 1.6 2004/01/08 18:15:56 millert Exp $ */ /*- * Copyright (c) 1993 @@ -31,7 +31,7 @@ * @(#)extern.h 8.1 (Berkeley) 6/6/93 */ -struct proc; +struct kinfo_proc2; void fmt_puts(char *, int *); void fmt_putc(int, int *); void pr_attime(time_t *, time_t *); |