Changes in ??
=============
+2007-05-31 Craig Small
+ * Updated Polish and Italian translations
+ * Patch for peekfd from Benno Schulenberg
+
2007-04-30 Craig Small
* Fixed up NLS for fuser, patch from Benno Schulenberg
* killall asks for Signal (procname) if not SIGTERM
-2007-05-31 Craig Small
- * Updated Polish and Italian translations
-
Changes in 22.5
===============
2007-04-18 Craig Small
{"version", 0, NULL, 'V'},
};
- if (argc < 2) {
- usage();
- return 1;
- }
-
/* Setup the i18n */
#ifdef ENABLE_NLS
setlocale(LC_ALL, "");
textdomain(PACKAGE);
#endif
- while ((optc = getopt_long(argc, argv, "8nfdhV",options, NULL)) != -1) {
+ if (argc < 2) {
+ usage();
+ return 1;
+ }
+
+ while ((optc = getopt_long(argc, argv, "8ncdhV",options, NULL)) != -1) {
switch(optc) {
case '8':
eight_bit_clean = 1;