Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 1997 13:10:02 -0700 (PDT)
From:      phk@dk.tfs.com
To:        freebsd-bugs
Subject:   Re: misc/3291: md2.h, md4.h, and md5.h headers useless for c++ programms 
Message-ID:  <199704142010.NAA10700@freefall.freebsd.org>

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

From: phk@dk.tfs.com
To: tejblum@arc.hq.cti.ru
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: misc/3291: md2.h, md4.h, and md5.h headers useless for c++ programms 
Date: Mon, 14 Apr 1997 22:01:06 +0200

 >--- lib/libmd/md2.h	Mon Apr 14 22:05:04 1997
 >***************
 >*** 30,40 ****
 >--- 30,44 ----
 >    unsigned char buffer[16];	/* input buffer */
 >  } MD2_CTX;
 >  
 >+ #include <sys/cdefs.h>
 >+ 
 >+ __BEGIN_DECLS
 >  void   MD2Init(MD2_CTX *);
 
 I can agree to the __BEGIN_DECLS, but the #includes do >NOT< belong here.
 
 --
 Poul-Henning Kamp           | phk@FreeBSD.ORG       FreeBSD Core-team.
 http://www.freebsd.org/~phk | phk@login.dknet.dk    Private mailbox.
 whois: [PHK]                | phk@tfs.com           TRW Financial Systems, Inc.
 Power and ignorance is a disgusting cocktail.



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