Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 39632 | Differences between
and this patch

Collapse All | Expand All

(-)src/head.c.old (-3 / +4 lines)
Lines 995-1008 Link Here
995
	    }
995
	    }
996
	}
996
	}
997
997
998
      if (200112 <= posix2_version () && getenv ("POSIXLY_CORRECT"))
998
      if (200112 <= posix2_version ())
999
	{
999
	{
1000
	  error (0, 0, _("`-%s' option is obsolete; use `-%c %.*s%.*s%s'"),
1000
	  error (0, 0, _("`-%s' option is obsolete; use `-%c %.*s%.*s%s' since this will be removed in the future"),
1001
		 n_string, count_lines ? 'n' : 'c',
1001
		 n_string, count_lines ? 'n' : 'c',
1002
		 (int) (end_n_string - n_string), n_string,
1002
		 (int) (end_n_string - n_string), n_string,
1003
		 multiplier_char != 0, &multiplier_char,
1003
		 multiplier_char != 0, &multiplier_char,
1004
		 header_mode_option[header_mode]);
1004
		 header_mode_option[header_mode]);
1005
	  usage (EXIT_FAILURE);
1005
	  if (getenv ("POSIXLY_CORRECT"))
1006
		  usage (EXIT_FAILURE);
1006
	}
1007
	}
1007
1008
1008
      /* Append the multiplier character (if any) onto the end of
1009
      /* Append the multiplier character (if any) onto the end of

Return to bug 39632