diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-09-14 22:24:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-09-14 22:24:25 +0000 |
commit | 85ae7c527ec257193f53adb0dbf7d5159a31670e (patch) | |
tree | cb694569fbf1ebda9dd7325a8a1cf03891f26e41 /usr.bin/w/extern.h | |
parent | 93550e296a162e347d8ea927ffaca5e4b9a70a12 (diff) |
delete unused variable
Diffstat (limited to 'usr.bin/w/extern.h')
-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 1c3c492090a..c1fe4f6dfac 100644 --- a/usr.bin/w/extern.h +++ b/usr.bin/w/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.6 2004/01/08 18:15:56 millert Exp $ */ +/* $OpenBSD: extern.h,v 1.7 2004/09/14 22:24:24 deraadt Exp $ */ /*- * Copyright (c) 1993 @@ -32,7 +32,7 @@ */ struct kinfo_proc2; -void fmt_puts(char *, int *); +void fmt_puts(const char *, int *); void fmt_putc(int, int *); void pr_attime(time_t *, time_t *); void pr_idle(time_t); |