summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen2000-07-07 20:37:12 +0000
committerEric Andersen2000-07-07 20:37:12 +0000
commit03f9c81cec2af86c43a2a42ee8c15a7f55d4b8d6 (patch)
tree7ca6ecaf98e93dd9fca4f11d9a89756c734e5203
parentbb374a6935f1cdc5e0a7340f4328ebac9e52fea6 (diff)
downloadbusybox-03f9c81cec2af86c43a2a42ee8c15a7f55d4b8d6.zip
busybox-03f9c81cec2af86c43a2a42ee8c15a7f55d4b8d6.tar.gz
Naming fix
-Erik
-rw-r--r--cmdedit.h6
-rw-r--r--shell/cmdedit.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/cmdedit.h b/cmdedit.h
index 9ac7dac..b621ae8 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 9ac7dac..b621ae8 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 */