summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/lofi.h
diff options
context:
space:
mode:
authorDina K Nimeh <Dina.Nimeh@Sun.Com>2008-11-11 10:46:19 -0800
committerDina K Nimeh <Dina.Nimeh@Sun.Com>2008-11-11 10:46:19 -0800
commit6f02aa444eb77edda1b97ff8a1215c417932a62e (patch)
tree3a625331d877c330f03deb0730264624e240ded3 /usr/src/uts/common/sys/lofi.h
parentd759eef091b52e0826684715bc59f323939dcb97 (diff)
downloadillumos-joyent-6f02aa444eb77edda1b97ff8a1215c417932a62e.tar.gz
6743213 lofi ioctl filename should be MAXPATHLEN
Diffstat (limited to 'usr/src/uts/common/sys/lofi.h')
-rw-r--r--usr/src/uts/common/sys/lofi.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/uts/common/sys/lofi.h b/usr/src/uts/common/sys/lofi.h
index 7ae6574483..2973b0d096 100644
--- a/usr/src/uts/common/sys/lofi.h
+++ b/usr/src/uts/common/sys/lofi.h
@@ -27,8 +27,6 @@
#ifndef _SYS_LOFI_H
#define _SYS_LOFI_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/types.h>
#include <sys/time.h>
#include <sys/taskq.h>
@@ -120,7 +118,7 @@ struct lofi_ioctl {
uint32_t li_minor;
boolean_t li_force;
boolean_t li_cleanup;
- char li_filename[MAXPATHLEN + 1];
+ char li_filename[MAXPATHLEN];
char li_algorithm[MAXALGLEN];
};