Changeset 1276
- Timestamp:
- 09/23/08 12:40:45 (2 months ago)
- Files:
-
- 1.8.3/branches/devel/src/access.c (modified) (1 diff)
- 1.8.3/branches/devel/src/chunk.c (modified) (4 diffs)
- 1.8.3/branches/devel/src/fundb.c (modified) (1 diff)
- 1.8.3/branches/devel/src/pcre.c (modified) (4 diffs)
- 1.8.3/branches/devel/src/ssl_slave.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/branches/devel/src/access.c
r1275 r1276 683 683 "%3d SITE: %-20s DBREF: %-6s FLAGS:%s", rulenum, 684 684 ap->host, unparse_dbref(ap->who), flaglist); 685 notify_format(player, " COMMENT: %s", ap->comment ? comment : "");685 notify_format(player, " COMMENT: %s", ap->comment ? ap->comment : ""); 686 686 } else { 687 687 notify(player, 1.8.3/branches/devel/src/chunk.c
r1274 r1276 1262 1262 mush_panicf("chunk swap file seek, errno %d: %s", errno, strerror(errno)); 1263 1263 #endif 1264 #endif /* !HAVE_PREAD */1264 #endif /* !HAVE_PREAD */ 1265 1265 pos = (char *) rhp; 1266 1266 remaining = REGION_SIZE; … … 1303 1303 int j; 1304 1304 char *pos; 1305 size_t remaining; 1305 size_t remaining; 1306 1306 ssize_t done; 1307 1307 … … 1324 1324 mush_panicf("chunk swap file seek, errno %d: %s", errno, strerror(errno)); 1325 1325 #endif 1326 #endif /* !HAVE_PWRITE */1326 #endif /* !HAVE_PWRITE */ 1327 1327 pos = (char *) rhp; 1328 1328 remaining = REGION_SIZE; … … 1333 1333 reason. */ 1334 1334 for (j = 0; j < 10; j++) { 1335 1335 1336 1336 #if defined(HAVE_PWRITE) 1337 1337 done = pwrite(fd, pos, remaining, file_offset); 1.8.3/branches/devel/src/fundb.c
r1267 r1276 38 38 char const *pattern, ATTR *atr, void *args); 39 39 static dbref 40 41 40 42 41 43 1.8.3/branches/devel/src/pcre.c
r1267 r1276 1255 1255 1256 1256 1257 1258 1257 1259 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, 1258 1260 const char ***listptr); … … 1339 1341 1340 1342 int 1343 1344 1341 1345 1342 1346 … … 1392 1396 1393 1397 int 1398 1399 1394 1400 1395 1401 … … 2277 2283 2278 2284 2285 2286 2279 2287 compile_regex(int, int, int *, uschar **, const uschar **, int *, BOOL, int, 2280 2288 int *, int *, branch_chain *, compile_data *); 1.8.3/branches/devel/src/ssl_slave.c
r1267 r1276 216 216 217 217 static int 218 219 218 220 219 221
