summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint1/emit.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xlint/lint1/emit.c')
-rw-r--r--usr.bin/xlint/lint1/emit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/emit.c b/usr.bin/xlint/lint1/emit.c
index f98f540..3e2bfc6 100644
--- a/usr.bin/xlint/lint1/emit.c
+++ b/usr.bin/xlint/lint1/emit.c
@@ -29,6 +29,8 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
@@ -49,7 +51,7 @@ static FILE *lout;
/* output buffer data */
ob_t ob;
-static void outxbuf __P((void));
+static void outxbuf(void);
/*
OpenPOWER on IntegriCloud