Author: np
Date: Sun Apr 28 08:22:37 2019
New Revision: 346806
URL: https://svnweb.freebsd.org/changeset/base/346806

Log:
  cxgbetool(8): Make sure getline is available.
  
  This is a direct commit to stable/11.

Modified:
  stable/11/usr.sbin/cxgbetool/cxgbetool.c

Modified: stable/11/usr.sbin/cxgbetool/cxgbetool.c
==============================================================================
--- stable/11/usr.sbin/cxgbetool/cxgbetool.c    Sun Apr 28 06:51:59 2019        
(r346805)
+++ stable/11/usr.sbin/cxgbetool/cxgbetool.c    Sun Apr 28 08:22:37 2019        
(r346806)
@@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
 #include <fcntl.h>
 #include <limits.h>
 #include <stdint.h>
+#define _WITH_GETLINE
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to