Commits
paul authored c9eca01b298
1 1 | 2004-10-11 Paul Jakma <paul@dishone.st> |
2 2 | |
3 3 | * thread.c: (funcname_thread_add_timer) |
4 4 | (funcname_thread_add_timer_msec) Fix mistakes from last change. |
5 5 | Pointed out by Liu Xin in [quagga-dev 1609]. |
6 + | * if.h: mtu's should be unsigned. |
7 + | * routemap.{c,h}: const char updates |
8 + | * smux.{c,h}: ditto |
6 9 | |
7 10 | 2004-10-10 Paul Jakma <paul@dishone.st> |
8 11 | |
9 12 | * version.h.in: (pid_output*) add const qualifier. |
10 13 | * command.h: Change DEFUN func to take const char *[] rather |
11 14 | than char **, to begin process of fixing compile warnings in lib/. |
12 15 | Nearly all other changes in this commit follow from this change. |
13 16 | * buffer.{c,h}: (buffer_write) pointer-arithmetic is gccism, take |
14 17 | const void * and cast an automatic const char *p to it. |
15 18 | (buffer_putstr) add const |