diff options
-rw-r--r-- | cmdedit.h | 6 | ||||
-rw-r--r-- | shell/cmdedit.h | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,5 +1,5 @@ | |||
1 | #ifndef GETLINE_H | 1 | #ifndef CMDEDIT_H |
2 | #define GETLINE_H | 2 | #define CMDEDIT_H |
3 | 3 | ||
4 | /* unix systems can #define POSIX to use termios, otherwise | 4 | /* unix systems can #define POSIX to use termios, otherwise |
5 | * the bsd or sysv interface will be used | 5 | * the bsd or sysv interface will be used |
@@ -34,4 +34,4 @@ extern int (*cmdedit_tab_hook)(); | |||
34 | 34 | ||
35 | #endif /* __STDC__ */ | 35 | #endif /* __STDC__ */ |
36 | 36 | ||
37 | #endif /* GETLINE_H */ | 37 | #endif /* CMDEDIT_H */ |
diff --git a/shell/cmdedit.h b/shell/cmdedit.h index 9ac7daca3..b621ae8ec 100644 --- a/shell/cmdedit.h +++ b/shell/cmdedit.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef GETLINE_H | 1 | #ifndef CMDEDIT_H |
2 | #define GETLINE_H | 2 | #define CMDEDIT_H |
3 | 3 | ||
4 | /* unix systems can #define POSIX to use termios, otherwise | 4 | /* unix systems can #define POSIX to use termios, otherwise |
5 | * the bsd or sysv interface will be used | 5 | * the bsd or sysv interface will be used |
@@ -34,4 +34,4 @@ extern int (*cmdedit_tab_hook)(); | |||
34 | 34 | ||
35 | #endif /* __STDC__ */ | 35 | #endif /* __STDC__ */ |
36 | 36 | ||
37 | #endif /* GETLINE_H */ | 37 | #endif /* CMDEDIT_H */ |