summaryrefslogtreecommitdiff
path: root/usr/src/head/fnmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/head/fnmatch.h')
-rw-r--r--usr/src/head/fnmatch.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/head/fnmatch.h b/usr/src/head/fnmatch.h
index b03dda5470..bfb4b925c0 100644
--- a/usr/src/head/fnmatch.h
+++ b/usr/src/head/fnmatch.h
@@ -20,6 +20,7 @@
* CDDL HEADER END
*/
/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
* Copyright (c) 1994 by Sun Microsystems, Inc.
* Copyright 1985, 1994 by Mortice Kern Systems Inc. All rights reserved.
*/
@@ -27,8 +28,6 @@
#ifndef _FNMATCH_H
#define _FNMATCH_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -43,11 +42,7 @@ extern "C" {
#define FNM_ERROR 2 /* error occured */
#define FNM_NOSYS 3 /* Function (XPG4) not supported */
-#if defined(__STDC__)
extern int fnmatch(const char *, const char *, int);
-#else
-extern int fnmatch();
-#endif
#ifdef __cplusplus
}