warning directs users to the FAQ

This commit is contained in:
albert
2003-02-18 03:51:03 +00:00
parent 4a54e25aca
commit cc5c6955be
7 changed files with 28 additions and 15 deletions

View File

@ -148,7 +148,7 @@ typedef union sel_union {
uid_t uid;
gid_t gid;
dev_t tty;
char cmd[8]; /* this is _not_ \0 terminated */
char cmd[16]; /* this is _not_ \0 terminated */
} sel_union;
typedef struct selection_node {