summaryrefslogtreecommitdiff
path: root/usr/src/lib/libresolv2/common/bsd/strdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libresolv2/common/bsd/strdup.c')
-rw-r--r--usr/src/lib/libresolv2/common/bsd/strdup.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/usr/src/lib/libresolv2/common/bsd/strdup.c b/usr/src/lib/libresolv2/common/bsd/strdup.c
index d92ed9e91d..a8d31e9587 100644
--- a/usr/src/lib/libresolv2/common/bsd/strdup.c
+++ b/usr/src/lib/libresolv2/common/bsd/strdup.c
@@ -1,11 +1,3 @@
-/*
- * Copyright (c) 1997, by Sun Microsystems, Inc.
- * All rights reserved.
- */
-
-
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include "port_before.h"
#include <stdlib.h>
@@ -24,3 +16,5 @@ strdup(const char *src) {
return (dst);
}
#endif
+
+/*! \file */