Print this page
6136 sysmacros.h unnecessarily polutes the namespace

@@ -22,12 +22,10 @@
 /*
  * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"
-
 /*      Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
 /*        All Rights Reserved   */
 
 
 #include <errno.h>

@@ -46,10 +44,11 @@
 #include <sys/stat.h>
 #include <sys/sysmacros.h>
 #include <sys/types.h>
 #include <sys/utssys.h>
 #include <sys/var.h>
+#include <sys/mkdev.h>
 
 /*
  * Command line options for fuser command. Mutually exclusive.
  */
 #define OPT_FILE_ONLY           0x0001          /* -f */