summaryrefslogtreecommitdiff
path: root/ext/sysvsem
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-04 19:19:57 +0000
committerSascha Schumann <sas@php.net>1999-12-04 19:19:57 +0000
commit5b983c944f66b55192c901ce3fa38fcce6ca21e3 (patch)
tree89c7d57484170f274eba416495d88e02be541e6f /ext/sysvsem
parent83ce7c13d1a7f21b4bd7dd0b5ce4f4d6764d7e52 (diff)
downloadphp-git-5b983c944f66b55192c901ce3fa38fcce6ca21e3.tar.gz
Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
Diffstat (limited to 'ext/sysvsem')
-rw-r--r--ext/sysvsem/php_sysvsem.h (renamed from ext/sysvsem/php3_sysvsem.h)6
-rw-r--r--ext/sysvsem/sysvsem.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/sysvsem/php3_sysvsem.h b/ext/sysvsem/php_sysvsem.h
index 1a12baab80..1d3342ab70 100644
--- a/ext/sysvsem/php3_sysvsem.h
+++ b/ext/sysvsem/php_sysvsem.h
@@ -30,8 +30,8 @@
/* $Id$ */
-#ifndef _PHP3_SYSVSEM_H
-#define _PHP3_SYSVSEM_H
+#ifndef _PHP_SYSVSEM_H
+#define _PHP_SYSVSEM_H
#if COMPILE_DL
#undef HAVE_SYSVSEM
@@ -73,4 +73,4 @@ extern sysvsem_module php3_sysvsem_module;
#define phpext_sysvsem_ptr sysvsem_module_ptr
-#endif /* _PHP3_SYSVSEM_H */
+#endif /* _PHP_SYSVSEM_H */
diff --git a/ext/sysvsem/sysvsem.c b/ext/sysvsem/sysvsem.c
index b4f69ba501..02052242dd 100644
--- a/ext/sysvsem/sysvsem.c
+++ b/ext/sysvsem/sysvsem.c
@@ -33,7 +33,7 @@
#include <sys/sem.h>
#include <errno.h>
-#include "php3_sysvsem.h"
+#include "php_sysvsem.h"
#if !HAVE_SEMUN && defined(__GNU_LIBRARY__) && __GNU_LIBRARY__ == 6