changeset 2172:782ec645b767

6216663 rmformat uses privileges badly (fix build)
author zk194757
date Mon, 12 Jun 2006 06:20:36 -0700
parents a3d552496e8a
children ea3cd1374075
files usr/src/cmd/rmformat/rmf_menu.c usr/src/cmd/rmformat/rmf_misc.c usr/src/cmd/rmformat/rmf_slice.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/rmformat/rmf_menu.c	Sun Jun 11 19:10:57 2006 -0700
+++ b/usr/src/cmd/rmformat/rmf_menu.c	Mon Jun 12 06:20:36 2006 -0700
@@ -32,7 +32,7 @@
 
 #include "rmformat.h"
 #include <sys/smedia.h>
-#include <priv.h>
+#include <priv_utils.h>
 
 extern int32_t D_flag;
 extern int32_t e_flag;
--- a/usr/src/cmd/rmformat/rmf_misc.c	Sun Jun 11 19:10:57 2006 -0700
+++ b/usr/src/cmd/rmformat/rmf_misc.c	Mon Jun 12 06:20:36 2006 -0700
@@ -44,7 +44,7 @@
 #include <signal.h>
 #include <sys/wait.h>
 #include <dirent.h>
-#include <priv.h>
+#include <priv_utils.h>
 #include <stdarg.h>
 #include "rmformat.h"
 /*
--- a/usr/src/cmd/rmformat/rmf_slice.c	Sun Jun 11 19:10:57 2006 -0700
+++ b/usr/src/cmd/rmformat/rmf_slice.c	Mon Jun 12 06:20:36 2006 -0700
@@ -46,7 +46,7 @@
 #include <sys/stat.h>
 #include <stdio.h>
 #include <sys/dkio.h>
-#include <priv.h>
+#include <priv_utils.h>
 #include "rmformat.h"
 
 extern void my_perror(char *err_string);