[xiph-cvs] cvs commit: vorbis-tools/ogg123 ogg123.c

Segher Boessenkool segher at xiph.org
Sat Jan 19 00:22:30 PST 2002



segher      02/01/19 00:22:30

  Modified:    ogg123   ogg123.c
  Log:
  we no longer use alarms, so don't setup signal for it.

Revision  Changes    Path
1.59      +1 -2      vorbis-tools/ogg123/ogg123.c

Index: ogg123.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ogg123.c	2002/01/03 10:40:40	1.58
+++ ogg123.c	2002/01/19 08:22:29	1.59
@@ -14,7 +14,7 @@
  *                                                                  *
  ********************************************************************
 
- last mod: $Id: ogg123.c,v 1.58 2002/01/03 10:40:40 segher Exp $
+ last mod: $Id: ogg123.c,v 1.59 2002/01/19 08:22:29 segher Exp $
 
  ********************************************************************/
 
@@ -292,7 +292,6 @@
   signal (SIGINT, signal_handler);
   signal (SIGTSTP, signal_handler);
   signal (SIGCONT, signal_handler);
-  signal (SIGALRM, signal_handler);
 
   /* Do we have anything left to play? */
   if (optind == argc) {

<p><p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list