summaryrefslogtreecommitdiff
path: root/usr/src/lib/libtsol/common/setflabel.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libtsol/common/setflabel.c')
-rw-r--r--usr/src/lib/libtsol/common/setflabel.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libtsol/common/setflabel.c b/usr/src/lib/libtsol/common/setflabel.c
index 1d645c8d23..f22905541a 100644
--- a/usr/src/lib/libtsol/common/setflabel.c
+++ b/usr/src/lib/libtsol/common/setflabel.c
@@ -23,8 +23,6 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* Change the label of a file
*/
@@ -204,7 +202,7 @@ zonecopy(m_label_t *src_win_sl, char *remote_dir, char *filename,
if (datasize > bufsize) {
if ((callp = (labeld_data_t *)malloc(datasize)) == NULL) {
- return (NULL);
+ return (0);
}
bufsize = datasize;
}