Skip to content
Snippets Groups Projects
Commit 5ff4f4d0 authored by snyderx's avatar snyderx
Browse files

os_openbsd.c: Removed an extraneous include stmt.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1951 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent dadc0692
Branches
No related tags found
No related merge requests found
......@@ -18,13 +18,12 @@
*
*/
#include "config.h"
#include "atacmds.h"
#include "scsicmds.h"
#include "utility.h"
#include "os_openbsd.h"
const char *os_XXXX_c_cvsid = "$Id: os_openbsd.c,v 1.5 2004/09/09 04:39:51 snyderx Exp $" \
const char *os_XXXX_c_cvsid = "$Id: os_openbsd.c,v 1.6 2004/09/12 10:21:09 snyderx Exp $" \
ATACMDS_H_CVSID OS_OPENBSD_H_CVSID SCSICMDS_H_CVSID UTILITY_H_CVSID;
/* global variable holding byte count of allocated memory */
......
......@@ -18,13 +18,12 @@
*
*/
#include "config.h"
#include "atacmds.h"
#include "scsicmds.h"
#include "utility.h"
#include "os_openbsd.h"
const char *os_XXXX_c_cvsid = "$Id: os_openbsd.cpp,v 1.5 2004/09/09 04:39:51 snyderx Exp $" \
const char *os_XXXX_c_cvsid = "$Id: os_openbsd.cpp,v 1.6 2004/09/12 10:21:09 snyderx Exp $" \
ATACMDS_H_CVSID OS_OPENBSD_H_CVSID SCSICMDS_H_CVSID UTILITY_H_CVSID;
/* global variable holding byte count of allocated memory */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment