Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/ppp/dist/pppd need stddef.h for offsetof



details:   https://anonhg.NetBSD.org/src/rev/fde0c5bb62d0
branches:  trunk
changeset: 820643:fde0c5bb62d0
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 12 23:06:23 2017 +0000

description:
need stddef.h for offsetof

diffstat:

 external/bsd/ppp/dist/pppd/pppd.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 07d3a2893bee -r fde0c5bb62d0 external/bsd/ppp/dist/pppd/pppd.h
--- a/external/bsd/ppp/dist/pppd/pppd.h Thu Jan 12 23:03:49 2017 +0000
+++ b/external/bsd/ppp/dist/pppd/pppd.h Thu Jan 12 23:06:23 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pppd.h,v 1.4 2014/10/25 21:11:37 christos Exp $        */
+/*     $NetBSD: pppd.h,v 1.5 2017/01/12 23:06:23 christos Exp $        */
 
 /*
  * pppd.h - PPP daemon global declarations.
@@ -53,6 +53,7 @@
 
 #include <stdio.h>             /* for FILE */
 #include <limits.h>            /* for NGROUPS_MAX */
+#include <stddef.h>            /* offsetof() */
 #include <sys/param.h>         /* for MAXPATHLEN and BSD4_4, if defined */
 #include <sys/types.h>         /* for u_int32_t, if defined */
 #include <sys/time.h>          /* for struct timeval */



Home | Main Index | Thread Index | Old Index