diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2008-11-17 21:27:51 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2008-11-17 21:27:51 +0000 |
commit | 55ca27e9a8916842b5ac6a2a238df74406c96fb1 (patch) | |
tree | daa8d8a329fced49c429bdc9db836203c770088f /usr.sbin | |
parent | cc0b4df2e5178109fcaa37cb0e1fb3342ad7eb88 (diff) |
- remove prototypes for the atomic API, we don't use it anymore
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index 26b48f664ed..635c7e651f5 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.9 2008/11/11 01:08:08 gilles Exp $ */ +/* $OpenBSD: smtpd.h,v 1.10 2008/11/17 21:27:50 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -619,11 +619,6 @@ struct smtpd { /* aliases.c */ int is_alias(struct path *); -/* atomic.c */ -ssize_t atomic_read(int, void *, size_t); -ssize_t atomic_write(int, const void *, size_t); -ssize_t atomic_printfd(int, const char *, ...); - /* log.c */ void log_init(int); void log_warn(const char *, ...); |