Module Name: src
Committed By: christos
Date: Sat Feb 12 19:03:39 UTC 2011
Modified Files:
src/crypto/external/bsd/libsaslc/dist/include: saslc.h
Log Message:
just include <sys/types.h>; don't inclue stdbool.h because postfix does not
like it.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/crypto/external/bsd/libsaslc/dist/include/saslc.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/libsaslc/dist/include/saslc.h
diff -u src/crypto/external/bsd/libsaslc/dist/include/saslc.h:1.3 src/crypto/external/bsd/libsaslc/dist/include/saslc.h:1.4
--- src/crypto/external/bsd/libsaslc/dist/include/saslc.h:1.3 Fri Feb 11 18:44:42 2011
+++ src/crypto/external/bsd/libsaslc/dist/include/saslc.h Sat Feb 12 14:03:39 2011
@@ -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"