diff --git a/cmdedit.h b/cmdedit.h index 9ac7daca3..b621ae8ec 100644 --- a/cmdedit.h +++ b/cmdedit.h @@ -1,5 +1,5 @@ -#ifndef GETLINE_H -#define GETLINE_H +#ifndef CMDEDIT_H +#define CMDEDIT_H /* unix systems can #define POSIX to use termios, otherwise * the bsd or sysv interface will be used @@ -34,4 +34,4 @@ extern int (*cmdedit_tab_hook)(); #endif /* __STDC__ */ -#endif /* GETLINE_H */ +#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 @@ -#ifndef GETLINE_H -#define GETLINE_H +#ifndef CMDEDIT_H +#define CMDEDIT_H /* unix systems can #define POSIX to use termios, otherwise * the bsd or sysv interface will be used @@ -34,4 +34,4 @@ extern int (*cmdedit_tab_hook)(); #endif /* __STDC__ */ -#endif /* GETLINE_H */ +#endif /* CMDEDIT_H */