- Timestamp:
- Oct 8, 2010, 12:53:05 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/libzzuf/network.c
r4253 r4685 48 48 49 49 /* Network port cherry picking */ 50 static int *ports = NULL;51 static int static_ports[512];50 static int64_t *ports = NULL; 51 static int64_t static_ports[512]; 52 52 #endif 53 53
Note: See TracChangeset
for help on using the changeset viewer.