Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/libsaslc/dist/include just include <sys/...



details:   https://anonhg.NetBSD.org/src/rev/74a5d97c9f76
branches:  trunk
changeset: 761979:74a5d97c9f76
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 12 19:03:39 2011 +0000

description:
just include <sys/types.h>; don't inclue stdbool.h because postfix does not
like it.

diffstat:

 crypto/external/bsd/libsaslc/dist/include/saslc.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r cae8d0a0c31b -r 74a5d97c9f76 crypto/external/bsd/libsaslc/dist/include/saslc.h
--- a/crypto/external/bsd/libsaslc/dist/include/saslc.h Sat Feb 12 18:23:09 2011 +0000
+++ b/crypto/external/bsd/libsaslc/dist/include/saslc.h Sat Feb 12 19:03:39 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: saslc.h,v 1.3 2011/02/11 23:44:42 christos Exp $       */
+/*     $NetBSD: saslc.h,v 1.4 2011/02/12 19:03:39 christos Exp $       */
 
 /* Copyright (c) 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -38,8 +38,7 @@
 #ifndef _SASLC_H_
 #define _SASLC_H_
 
-#include <stdbool.h>
-#include <stdlib.h>
+#include <sys/types.h>
 
 /* properties */
 #define        SASLC_PROP_AUTHCID      "AUTHCID"



Home | Main Index | Thread Index | Old Index