aboutsummaryrefslogtreecommitdiffstats
path: root/builtins/getopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/getopt.h')
-rw-r--r--builtins/getopt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/builtins/getopt.h b/builtins/getopt.h
index 7086bb7..cf5854a 100644
--- a/builtins/getopt.h
+++ b/builtins/getopt.h
@@ -17,8 +17,8 @@
/* XXX THIS HAS BEEN MODIFIED FOR INCORPORATION INTO BASH XXX */
-#ifndef _GETOPT_H
-#define _GETOPT_H 1
+#ifndef _SH_GETOPT_H
+#define _SH_GETOPT_H 1
/* For communication from `getopt' to the caller.
When `getopt' finds an option that takes an argument,
@@ -57,4 +57,4 @@ extern int sh_badopt;
extern int sh_getopt ();
extern void sh_getopt_restore_state ();
-#endif /* _GETOPT_H */
+#endif /* _SH_GETOPT_H */