Source-Changes-HG archive

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

[src/trunk]: src/external/cddl/osnet/sys/sys Don't define ptrdiff_t since tha...



details:   https://anonhg.NetBSD.org/src/rev/a700b55be34d
branches:  trunk
changeset: 791953:a700b55be34d
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Dec 12 18:20:49 2013 +0000

description:
Don't define ptrdiff_t since that's done in the NetBSD <sys/types.h>

diffstat:

 external/cddl/osnet/sys/sys/types.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 085d7b9508d1 -r a700b55be34d external/cddl/osnet/sys/sys/types.h
--- a/external/cddl/osnet/sys/sys/types.h       Thu Dec 12 18:01:14 2013 +0000
+++ b/external/cddl/osnet/sys/sys/types.h       Thu Dec 12 18:20:49 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: types.h,v 1.12 2011/07/17 20:54:33 joerg Exp $ */
+/*     $NetBSD: types.h,v 1.13 2013/12/12 18:20:49 matt Exp $  */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -133,7 +133,6 @@
 
 typedef        short           index_t;
 typedef        off_t           offset_t;
-typedef        long            ptrdiff_t;      /* pointer difference */
 typedef        int64_t         rlim64_t;
 typedef __caddr_t      caddr_t;        /* core address */
 



Home | Main Index | Thread Index | Old Index