svn commit: r360213 - head/bin/rm

Xin LI delphij at FreeBSD.org
Thu Apr 23 03:46:42 UTC 2020


Author: delphij
Date: Thu Apr 23 03:46:41 2020
New Revision: 360213
URL: https://svnweb.freebsd.org/changeset/base/360213

Log:
  Remove include of stdint.h.  It was added in r241014 for uintmax_t,
  which is gone in r340330 and is therefore no longer necessary.
  
  MFC after:	2 weeks

Modified:
  head/bin/rm/rm.c

Modified: head/bin/rm/rm.c
==============================================================================
--- head/bin/rm/rm.c	Wed Apr 22 23:53:28 2020	(r360212)
+++ head/bin/rm/rm.c	Thu Apr 23 03:46:41 2020	(r360213)
@@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$");
 #include <grp.h>
 #include <locale.h>
 #include <pwd.h>
-#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>


More information about the svn-src-head mailing list