lkml.org 
[lkml]   [2003]   [Nov]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [ANNOUNCE] udev 006 release
 On Wed, Nov 19, Greg KH wrote:

> - I've added two external programs to the udev tarball, under
> the extras/ directory. They are the scsi-id program from Pat
> Mansfield, and the multipath program from Christophe Varoqui.
> Both of them can work as CALLOUT programs. I don't think they
> currently build properly within the tree, by linking against
> klibc, but patches to their Makefiles to fix this would be
> gladly accepted :)

There is no make install target for the headers and the libs. Both
packages disgree on the location. I use the patch below. Can you make a
decision where the headers should be located?


--- scsi_id/scsi_id.c
+++ scsi_id/scsi_id.c 2003/11/19 21:25:38
@@ -33,7 +33,7 @@
#include <stdarg.h>
#include <ctype.h>
#include <sys/stat.h>
-#include <sys/libsysfs.h>
+#include <libsysfs.h>
#include "scsi_id.h"

#ifndef VERSION
--- scsi_id/scsi_serial.c
+++ scsi_id/scsi_serial.c 2003/11/19 21:25:42
@@ -31,7 +31,7 @@
#include <unistd.h>
#include <syslog.h>
#include <scsi/sg.h>
-#include <sys/libsysfs.h>
+#include <libsysfs.h>
#include "scsi_id.h"
#include "scsi.h"

--
USB is for mice, FireWire is for men!

sUse lINUX ag, nÜRNBERG
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:58    [W:0.061 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site