summaryrefslogtreecommitdiff
path: root/usr/src/head/re_comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/head/re_comp.h')
-rw-r--r--usr/src/head/re_comp.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/usr/src/head/re_comp.h b/usr/src/head/re_comp.h
index 9fecbfbb7c..ebec3caead 100644
--- a/usr/src/head/re_comp.h
+++ b/usr/src/head/re_comp.h
@@ -20,6 +20,8 @@
* CDDL HEADER END
*/
/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ *
* Copyright (c) 1995, 2000 by Sun Microsystems, Inc.
* All rights reserved.
*/
@@ -27,26 +29,15 @@
#ifndef _RE_COMP_H
#define _RE_COMP_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/feature_tests.h>
#ifdef __cplusplus
extern "C" {
#endif
-#if defined(__STDC__)
-
extern char *re_comp(const char *);
extern int re_exec(const char *);
-#else
-
-extern char *re_comp();
-extern int re_exec();
-
-#endif /* __STDC__ */
-
#ifdef __cplusplus
}
#endif