diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-02-03 12:00:05 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-02-03 12:00:05 +0000 |
| commit | 0e5065e34c962a81544532b492e34624e91926b2 (patch) | |
| tree | df4dd6563bab71b51c54af59409a7e5bb5e67bfe | |
| parent | 6ebd73f0f603f66453adc3aa7a0018d934c02309 (diff) | |
Notes
| -rw-r--r-- | include/protocols/timed.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/protocols/timed.h b/include/protocols/timed.h index 75b27ed69d9c..faa44e4e49fd 100644 --- a/include/protocols/timed.h +++ b/include/protocols/timed.h @@ -94,7 +94,7 @@ struct tsp { #define TSPTYPENUMBER 25 #ifdef TSPTYPES -char *tsptype[TSPTYPENUMBER] = +const char *tsptype[TSPTYPENUMBER] = { "ANY", "ADJTIME", "ACK", "MASTERREQ", "MASTERACK", "SETTIME", "MASTERUP", "SLAVEUP", "ELECTION", "ACCEPT", "REFUSE", "CONFLICT", "RESOLVE", "QUIT", "DATE", "DATEREQ", "DATEACK", "TRACEON", "TRACEOFF", "MSITE", "MSITEREQ", |
