[dhcp-agent-commits] dhcp-agent/src dhcp-local.h,1.8,1.9
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-08-05 04:57:05
|
Update of /cvsroot/dhcp-agent/dhcp-agent/src In directory sc8-pr-cvs1:/tmp/cvs-serv25994/src Modified Files: dhcp-local.h Log Message: added missing comment Index: dhcp-local.h =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/dhcp-local.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** dhcp-local.h 27 Jul 2003 00:30:08 -0000 1.8 --- dhcp-local.h 5 Aug 2003 04:57:02 -0000 1.9 *************** *** 111,115 **** #ifndef HAVE_IN_ADDR_T typedef uint32_t in_addr_t; ! #endif /* Some operating systems don't have SCNu8/SCNd8 but will have --- 111,115 ---- #ifndef HAVE_IN_ADDR_T typedef uint32_t in_addr_t; ! #endif /* HAVE_IN_ADDR_T */ /* Some operating systems don't have SCNu8/SCNd8 but will have |