Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2000 00:20:03 -0700 (PDT)
From:      Johan Karlsson <k@numeri.campus.luth.se>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/2036: cpio size wraparound 
Message-ID:  <200008090720.AAA87201@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/2036; it has been noted by GNATS.

From: Johan Karlsson <k@numeri.campus.luth.se>
To: Laurence Berland <stuyman@confusion.net>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: bin/2036: cpio size wraparound 
Date: Wed, 09 Aug 2000 09:15:28 +0200

 At Tue, 08 Aug 2000 19:50:02 PDT, Laurence Berland wrote:
 > The following reply was made to PR bin/2036; it has been noted by GNATS.
 > 
 > From: Laurence Berland <stuyman@confusion.net>
 > To: freebsd-gnats-submit@FreeBSD.org, asami@FreeBSD.org
 > Cc:  
 > Subject: Re: bin/2036: cpio size wraparound
 > Date: Tue, 08 Aug 2000 22:43:31 -0400
 > 
 >  #include <stdio.h>
 >  
 >  int main()
 >  {
 >  #ifdef __GNUC__
 >  printf("GNUC\n");
 >  #else
 >  printf("no GNUC\n");
 >  #endif
 >  exit(0);
 >   
 >  }
 >  
 
 On a 4.1-Stable from a few day after the release:
 k@numeri ~ >./a.out 
 GNUC
 
 
 /Johan K
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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