diff options
author | 2003-06-25 15:13:32 +0000 | |
---|---|---|
committer | 2003-06-25 15:13:32 +0000 | |
commit | 4c0eee8865f0ff424a46899f955f6300346f1063 (patch) | |
tree | db909d1ab29706e2fc42984b68d4257951359bd9 | |
parent | Use sizeof(nextpathbuf) instead of 2 * MAXPATHLEN; espie@ OK (diff) | |
download | wireguard-openbsd-4c0eee8865f0ff424a46899f955f6300346f1063.tar.xz wireguard-openbsd-4c0eee8865f0ff424a46899f955f6300346f1063.zip |
Remove unused c_func0; noticed by deraadt@
-rw-r--r-- | usr.bin/mail/def.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/mail/def.h b/usr.bin/mail/def.h index 027f9dbda14..322be15ad85 100644 --- a/usr.bin/mail/def.h +++ b/usr.bin/mail/def.h @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.12 2003/06/03 02:56:11 millert Exp $ */ +/* $OpenBSD: def.h,v 1.13 2003/06/25 15:13:32 millert Exp $ */ /* $NetBSD: def.h,v 1.9 1996/12/28 07:11:00 tls Exp $ */ /* @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)def.h 8.4 (Berkeley) 4/20/95 - * $OpenBSD: def.h,v 1.12 2003/06/03 02:56:11 millert Exp $ + * $OpenBSD: def.h,v 1.13 2003/06/25 15:13:32 millert Exp $ */ /* @@ -108,7 +108,6 @@ struct message { struct cmd { char *c_name; /* Name of command */ union { - int (*c_func0)(); int (*c_func1)(void *); int (*c_func2)(void *, void *); } cfunc; /* Implementor of the command */ |