Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/sysutils/hal/patches/Attic/patch-hald_linux_addons_addon-storage.c,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/sysutils/hal/patches/Attic/patch-hald_linux_addons_addon-storage.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- pkgsrc/sysutils/hal/patches/Attic/patch-hald_linux_addons_addon-storage.c 2012/05/14 03:12:01 1.1 +++ pkgsrc/sysutils/hal/patches/Attic/patch-hald_linux_addons_addon-storage.c 2017/04/26 12:10:43 1.2 @@ -1,8 +1,19 @@ -$NetBSD: patch-hald_linux_addons_addon-storage.c,v 1.1 2012/05/14 03:12:01 sbd Exp $ +$NetBSD: patch-hald_linux_addons_addon-storage.c,v 1.2 2017/04/26 12:10:43 maya Exp $ + +include stddef.h for size_t used in scsi/sg.h +glib2 now only allows glib.h to be included --- hald/linux/addons/addon-storage.c.orig 2009-08-24 12:42:30.000000000 +0000 +++ hald/linux/addons/addon-storage.c -@@ -39,7 +39,7 @@ +@@ -32,6 +32,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -39,7 +40,7 @@ #include #include #include