MAXCOMLEN is no longer needed in these programs, so remove the annotation

from sys/param.h include lines, or remove the include lines entirely if
it this was the least requirement.
ok millert
pull/3160/head
deraadt 2022-02-22 17:35:01 +00:00 committed by Nicholas Marriott
parent 046530878b
commit c030d6fe36
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/param.h> /* MAXCOMLEN */
#include <sys/types.h>
#include <sys/signal.h>
#include <sys/proc.h>