Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2003 13:30:15 -0800 (PST)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 24116 for review
Message-ID:  <200301232130.h0NLUF0w059637@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=24116

Change 24116 by des@des.at.des.thinksec.com on 2003/01/23 13:29:40

	#include <stddef.h> is sufficient to define size_t, and is far more
	portable (and less polluting) than #include <sys/types.h>.

Affected files ...

.. //depot/projects/openpam/include/security/pam_types.h#9 edit

Differences ...

==== //depot/projects/openpam/include/security/pam_types.h#9 (text+ko) ====

@@ -31,13 +31,13 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/openpam/include/security/pam_types.h#8 $
+ * $P4: //depot/projects/openpam/include/security/pam_types.h#9 $
  */
 
 #ifndef _PAM_TYPES_H_INCLUDED
 #define _PAM_TYPES_H_INCLUDED
 
-#include <sys/types.h>
+#include <stddef.h>
 
 #ifdef __cplusplus
 extern "C" {

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301232130.h0NLUF0w059637>