[Netadm-devel] gwc/include sysdef.h,1.5,1.6
Status: Beta
Brought to you by:
linuxpark
From: linuxpark <lin...@us...> - 2006-03-01 03:20:28
|
Update of /cvsroot/netadm/gwc/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23465/include Modified Files: sysdef.h Log Message: ADD: complete add_fc_pol, del_fc_pol Index: sysdef.h =================================================================== RCS file: /cvsroot/netadm/gwc/include/sysdef.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** sysdef.h 28 Feb 2006 23:41:50 -0000 1.5 --- sysdef.h 1 Mar 2006 03:20:20 -0000 1.6 *************** *** 230,234 **** typedef struct { char name[OL]; ! unsigned short enable; char snet[OL]; char ssvc[OL]; --- 230,234 ---- typedef struct { char name[OL]; ! int enable; char snet[OL]; char ssvc[OL]; |