diff options
author | 2009-06-05 08:50:00 +0000 | |
---|---|---|
committer | 2009-06-05 08:50:00 +0000 | |
commit | 67bdada49e14e9f84fa6f5219454cdab0b3bb8b9 (patch) | |
tree | 08e91497a88d4a2d4509f09bbbf6824af0c5b87d | |
parent | Check the first of LC_CTYPE, LC_ALL and LANG, rather than just the last, when (diff) | |
download | wireguard-openbsd-67bdada49e14e9f84fa6f5219454cdab0b3bb8b9.tar.xz wireguard-openbsd-67bdada49e14e9f84fa6f5219454cdab0b3bb8b9.zip |
Destroy gilles' fantasy function.
ok by a desillusionned gilles@
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index d46a07985f4..7dc51ee2d21 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.124 2009/06/03 22:04:15 jacekm Exp $ */ +/* $OpenBSD: smtpd.h,v 1.125 2009/06/05 08:50:00 pyr Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -832,8 +832,6 @@ int imsg_compose(struct imsgbuf *, enum imsg_type, u_int32_t, pid_t, int, void *, u_int16_t); int imsg_composev(struct imsgbuf *, enum imsg_type, u_int32_t, pid_t, int, const struct iovec *, int); -int imsg_compose_fds(struct imsgbuf *, enum imsg_type, u_int32_t, pid_t, - void *, u_int16_t, int, ...); struct buf *imsg_create(struct imsgbuf *, enum imsg_type, u_int32_t, pid_t, u_int16_t); int imsg_add(struct buf *, void *, u_int16_t); |