summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ndmpd/include/tlm.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/ndmpd/include/tlm.h')
-rw-r--r--usr/src/cmd/ndmpd/include/tlm.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/cmd/ndmpd/include/tlm.h b/usr/src/cmd/ndmpd/include/tlm.h
index f382d2eca3..8c667a334b 100644
--- a/usr/src/cmd/ndmpd/include/tlm.h
+++ b/usr/src/cmd/ndmpd/include/tlm.h
@@ -11,10 +11,10 @@
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
- * - Redistributions of source code must retain the above copyright
+ * - Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
- * - Redistributions in binary form must reproduce the above copyright
+ * - Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
@@ -113,9 +113,9 @@ typedef struct fs_fhandle {
} fs_fhandle_t;
typedef struct scsi_link {
- struct scsi_link *sl_next;
- struct scsi_link *sl_prev;
- struct scsi_adapter *sl_sa;
+ struct scsi_link *sl_next;
+ struct scsi_link *sl_prev;
+ struct scsi_adapter *sl_sa;
unsigned int sl_sid;
unsigned int sl_lun;
unsigned int sl_requested_max_active;
@@ -427,7 +427,7 @@ typedef struct tm_ops {
int (*tm_putfile)();
int (*tm_putdir)();
int (*tm_putvol)(); /* Reserved */
- int (*tm_getfile)();
+ void * (*tm_getfile)(void *);
int (*tm_getdir)();
int (*tm_getvol)(); /* Reserved */
} tm_ops_t;