Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2013 03:02:25 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318831 - head/audio/yell/files
Message-ID:  <201305230302.r4N32PEm095039@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu May 23 03:02:24 2013
New Revision: 318831
URL: http://svnweb.freebsd.org/changeset/ports/318831

Log:
  Get rid of a compiler warning.

Added:
  head/audio/yell/files/
  head/audio/yell/files/patch-yell.c   (contents, props changed)

Added: head/audio/yell/files/patch-yell.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/yell/files/patch-yell.c	Thu May 23 03:02:24 2013	(r318831)
@@ -0,0 +1,9 @@
+--- ./yell.c.orig	2013-05-23 04:57:00.948543624 +0200
++++ ./yell.c	2013-05-23 04:57:26.400583853 +0200
+@@ -1,5 +1,6 @@
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <unistd.h>
+ #include <fcntl.h>
+ #include <dev/speaker/speaker.h>
+ #include <string.h>



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