svn commit: r346806 - stable/11/usr.sbin/cxgbetool

Navdeep Parhar np at FreeBSD.org
Sun Apr 28 08:22:38 UTC 2019


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>


More information about the svn-src-stable-11 mailing list