preparatory patch for -Wwrite-strings #5

This commit is contained in:
Denis Vlasenko
2007-01-29 23:43:18 +00:00
parent ab2aea4447
commit 89ef65f024
11 changed files with 49 additions and 60 deletions

View File

@@ -7,7 +7,7 @@
#include <sys/mtio.h>
struct mt_opcodes {
char *name;
const char *name;
short value;
};