Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/util-linux/lspci.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1122 by niro, Sun May 30 11:32:42 2010 UTC revision 1123 by niro, Wed Aug 18 21:56:57 2010 UTC
# Line 1  Line 1 
1  /* vi: set sw=4 ts=4: */  /* vi: set sw=4 ts=4: */
2  /*  /*
3  * lspci implementation for busybox   * lspci implementation for busybox
4  *   *
5  * Copyright (C) 2009  Malek Degachi <malek-degachi@laposte.net>   * Copyright (C) 2009  Malek Degachi <malek-degachi@laposte.net>
6  *   *
7  * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.   * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
8  */   */
9  #include <libbb.h>  #include "libbb.h"
10    
11  enum {  enum {
12   OPT_m = (1 << 0),   OPT_m = (1 << 0),

Legend:
Removed from v.1122  
changed lines
  Added in v.1123