summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlum <lum@openbsd.org>2011-12-10 14:09:48 +0000
committerlum <lum@openbsd.org>2011-12-10 14:09:48 +0000
commit7c260b6e38c3fc29a87165959856e4c338f88b3a (patch)
tree75d534f2be68c038e768bc0940a835a1bfa2c2e6
parentUse clock_gettime() to get a high precision timestamp, instead of (diff)
downloadwireguard-openbsd-7c260b6e38c3fc29a87165959856e4c338f88b3a.tar.xz
wireguard-openbsd-7c260b6e38c3fc29a87165959856e4c338f88b3a.zip
mail.c was removed 3 yrs 5 months ago.
-rw-r--r--usr.bin/mg/def.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h
index 2ebd4dd4161..dab446b461a 100644
--- a/usr.bin/mg/def.h
+++ b/usr.bin/mg/def.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: def.h,v 1.117 2011/11/28 04:41:39 lum Exp $ */
+/* $OpenBSD: def.h,v 1.118 2011/12/10 14:09:48 lum Exp $ */
/* This file is in the public domain. */
@@ -641,8 +641,6 @@ int auto_execute(int, int);
PF *find_autoexec(const char *);
int add_autoexec(const char *, const char *);
-/* mail.c X */
-void mail_init(void);
/* cmode.c X */
int cmode(int, int);
int cc_brace(int, int);