Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2019 08:22:37 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r346806 - stable/11/usr.sbin/cxgbetool
Message-ID:  <201904280822.x3S8MbwJ057656@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904280822.x3S8MbwJ057656>