source:
scripts/patches/ntp-4.2.0-gcc4.patch@
7702d6f
Last change on this file since 7702d6f was 7f65c0e, checked in by , 19 years ago | |
---|---|
|
|
File size: 1.8 KB |
-
ntp-stable-4.2.0a-20040617/include/ntp_stdlib.h
Submitted By: Ryan Oliver <ryan.oliver@pha.com.au> Date: 2005-04-25 Initial Package Version: 4.2.0 Origin: Fedora Project http://cvs.fedora.redhat.com/viewcvs/*checkout*/rpms/ntp/devel/ Description: Fix compilation issues with gcc4
old new 133 133 extern u_char * cache_key; /* key pointer */ 134 134 extern u_int cache_keylen; /* key length */ 135 135 136 /* clocktypes.c */137 struct clktype;138 extern struct clktype clktypes[];139 140 136 /* getopt.c */ 141 137 extern char * ntp_optarg; /* global argument pointer */ 142 138 extern int ntp_optind; /* global argv index */ -
ntp-stable-4.2.0a-20040617/include/ntp_refclock.h
old new 65 65 const char *clocktype; /* long description */ 66 66 const char *abbrev; /* short description */ 67 67 }; 68 extern struct clktype clktypes[]; 68 69 69 70 /* 70 71 * Configuration flag values -
ntp-stable-4.2.0a-20040617/include/ntpd.h
old new 225 225 #endif 226 226 227 227 /* ntp_control.c */ 228 struct ctl_trap;229 extern struct ctl_trap ctl_trap[];230 228 extern int num_ctl_traps; 231 229 extern keyid_t ctl_auth_keyid; /* keyid used for authenticating write requests */ 232 230 -
ntp-stable-4.2.0a-20040617/include/ntp_control.h
old new 268 268 u_char tr_flags; /* trap flags */ 269 269 u_char tr_version; /* version number of trapper */ 270 270 }; 271 extern struct ctl_trap ctl_trap[]; 271 272 272 273 /* 273 274 * Flag bits
Note:
See TracBrowser
for help on using the repository browser.