From: Ulrich Drepper Date: Wed, 19 Nov 1997 23:54:02 +0000 (+0000) Subject: Change prototype accordingly. X-Git-Tag: cvs/glibc-2_0_6-pre2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7eff75461ec82c0b060406735e6274225035200;p=thirdparty%2Fglibc.git Change prototype accordingly. --- diff --git a/termios/termios.h b/termios/termios.h index f1a0fe2d170..98e0568e7ce 100644 --- a/termios/termios.h +++ b/termios/termios.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 92, 93, 94, 96 Free Software Foundation, Inc. +/* Copyright (C) 1991, 92, 93, 94, 96, 97 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -51,7 +51,7 @@ extern int cfsetispeed __P ((struct termios *__termios_p, speed_t __speed)); #ifdef __USE_BSD /* Set both the input and output baud rates in *TERMIOS_OP to SPEED. */ -extern void cfsetspeed __P ((struct termios *__termios_p, speed_t __speed)); +extern int cfsetspeed __P ((struct termios *__termios_p, speed_t __speed)); #endif