diff --git a/sm5/os_netbsd.cpp b/sm5/os_netbsd.cpp index 255ec8ba294c7b84dde97189cffe4331cced18cc..ce25bea9fd0a89b1a5f4d1b1da589291bef45ba0 100644 --- a/sm5/os_netbsd.cpp +++ b/sm5/os_netbsd.cpp @@ -22,7 +22,7 @@ #include "utility.h" #include "os_netbsd.h" -const char *os_XXXX_c_cvsid = "$Id: os_netbsd.cpp,v 1.8 2004/08/13 13:57:12 arvoreen Exp $" \ +const char *os_XXXX_c_cvsid = "$Id: os_netbsd.cpp,v 1.8.2.1 2004/08/16 23:57:19 ballen4705 Exp $" \ ATACMDS_H_CVSID OS_NETBSD_H_CVSID SCSICMDS_H_CVSID UTILITY_H_CVSID; /* global variable holding byte count of allocated memory */ @@ -165,6 +165,10 @@ deviceclose(int fd) return close(fd); } +int +marvell_command_interface(int fd, smart_command_set command, int select, char *data) +{ return -1; } + int ata_command_interface(int fd, smart_command_set command, int select, char *data) {