* debian/changelog: Update.

* src/mod/modpost.c: Support parameter "e".

svn path=/dists/trunk/linux-kbuild-2.6/; revision=11681
This commit is contained in:
Bastian Blank 2008-06-22 09:38:45 +00:00
parent af5625d211
commit b2f04cdeef
2 changed files with 9 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
linux-kbuild-2.6 (2.6.26~rc7-1) UNRELEASED; urgency=low
* New upstream version.
* modpost: Support new parameters.
-- Bastian Blank <waldi@debian.org> Sun, 22 Jun 2008 11:33:01 +0200
linux-kbuild-2.6 (2.6.25-2) unstable; urgency=low
* modpost: Support new parameters. (closes: #479271)

View File

@ -13,11 +13,12 @@ int main (int argc, char *argv[])
int opt;
FILE *file;
while ((opt = getopt (argc, argv, "aci:I:K:mM:o:sSw")) != -1)
while ((opt = getopt (argc, argv, "acei:I:K:mM:o:sSw")) != -1)
{
switch(opt)
{
case 'a':
case 'e':
case 'i':
case 'c':
case 'I':