NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/51873: [PATCH] tests/lib/regex/t_regex_att.c: add util.h #include



The following reply was made to PR bin/51873; it has been noted by GNATS.

From: "Ngie Cooper (yaneurabeya)" <yaneurabeya%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/51873: [PATCH] tests/lib/regex/t_regex_att.c: add util.h
 #include
Date: Fri, 13 Jan 2017 23:40:48 -0800

 --Apple-Mail=_E2200CAD-B253-4EB7-8121-598F97E1A655
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=us-ascii
 
 I missed this in my initial patch submission for t_regex_att.c by accident..
 -Ngie
 
 --Apple-Mail=_E2200CAD-B253-4EB7-8121-598F97E1A655
 Content-Disposition: attachment;
 	filename=t_regex_att-add-util_h-for-fparseln-sort-headers.patch
 Content-Type: application/octet-stream;
 	x-unix-mode=0644;
 	name="t_regex_att-add-util_h-for-fparseln-sort-headers.patch"
 Content-Transfer-Encoding: 7bit
 
 Index: lib/libc/regex/t_regex_att.c
 ===================================================================
 RCS file: /cvsroot/src/tests/lib/libc/regex/t_regex_att.c,v
 retrieving revision 1.2
 diff -u -r1.2 t_regex_att.c
 --- lib/libc/regex/t_regex_att.c	14 Jan 2017 00:50:56 -0000	1.2
 +++ lib/libc/regex/t_regex_att.c	14 Jan 2017 07:35:23 -0000
 @@ -41,13 +41,14 @@
  
  #include <sys/param.h>
  
 -#include <stdio.h>
 +#include <atf-c.h>
 +#include <ctype.h>
  #include <regex.h>
 -#include <string.h>
 +#include <stdio.h>
  #include <stdlib.h>
 +#include <string.h>
 +#include <util.h>
  #include <vis.h>
 -#include <ctype.h>
 -#include <atf-c.h>
  
  static const char sep[] = "\r\n\t";
  static const char delim[3] = "\\\\\0";
 
 --Apple-Mail=_E2200CAD-B253-4EB7-8121-598F97E1A655--
 


Home | Main Index | Thread Index | Old Index