summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/sig.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-08-25 00:29:32 +0000
committerbrian <brian@FreeBSD.org>1997-08-25 00:29:32 +0000
commit1a67d257255b14fb46fc02630bf861a49bebd625 (patch)
tree5a0190bb42d398d91fc5bbdd17de31f54aec2459 /usr.sbin/ppp/sig.h
parentbbf38e6e36ecd35771c55badcb09ca745a61d881 (diff)
downloadFreeBSD-src-1a67d257255b14fb46fc02630bf861a49bebd625.zip
FreeBSD-src-1a67d257255b14fb46fc02630bf861a49bebd625.tar.gz
Make the code format more in line with style(9).
Update loadalias to use the new libalias api. Update to version 1.1.
Diffstat (limited to 'usr.sbin/ppp/sig.h')
-rw-r--r--usr.sbin/ppp/sig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/sig.h b/usr.sbin/ppp/sig.h
index 1584edc..63afb51 100644
--- a/usr.sbin/ppp/sig.h
+++ b/usr.sbin/ppp/sig.h
@@ -26,13 +26,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: sig.h,v 1.7 1997/03/13 12:45:35 brian Exp $
+ * $Id: sig.h,v 1.8 1997/06/09 03:27:37 brian Exp $
*
* TODO:
*
*/
-typedef void (*sig_type)(int);
+typedef void (*sig_type) (int);
/* Call this instead of signal() */
extern sig_type pending_signal(int, sig_type);
OpenPOWER on IntegriCloud