introduce hwids package, providing usb.ids and co
[openadk.git] / package / lsof / patches / patch-lsof_4_84_src_dialects_linux_machine_h
blob6066b38d8eda307a6a9c0259f519c23e2dbd35df
1 --- lsof_4.84.orig/lsof_4.84_src/dialects/linux/machine.h       2010-07-29 18:02:52.000000000 +0200
2 +++ lsof_4.84/lsof_4.84_src/dialects/linux/machine.h    2011-01-16 00:01:48.000000000 +0100
3 @@ -632,6 +632,6 @@
4   * zeromem is a macro that uses bzero or memset.
5   */
6  
7 -#define        zeromem(a, l)   bzero(a, l)
8 +#define        zeromem(a, l)   memset(a, 0, l)
9  
10  #endif /* !defined(LSOF_MACHINE_H) */