sgsnemu/cmdline.ggo: Remove 'unsigned' which is no longer supported
commit15ed7921541a2a99a146587b6e5c07c5ff6dd316
authorHarald Welte <laforge@gnumonks.org>
Sun, 24 Sep 2017 00:34:36 +0000 (24 08:34 +0800)
committerHarald Welte <laforge@gnumonks.org>
Sun, 24 Sep 2017 02:47:50 +0000 (24 10:47 +0800)
treee82ab11cc406ec329fb38d362015c15e60f69d6e
parent01628985ec53f4d16a88bf9bcb70d23445e0b5bb
sgsnemu/cmdline.ggo: Remove 'unsigned' which is no longer supported

It seems like modern gengetopt no longer supports 'unsigned int'
argument types, and we need to use 'int' instead.  tested with 2.22.6

Change-Id: I34ca86cb3cc482400a7c4b3bf77c8668aaef562e
sgsnemu/cmdline.ggo