~ubuntu-branches/ubuntu/hardy/minicom/hardy

« back to all changes in this revision

Viewing changes to src/sysdep1_s.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin A. Godisch
  • Date: 2006-10-27 05:41:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061027054123-9cyfsdx649zetdrv
Tags: 2.2-3
* Added upstream NEWS file, closes: #394827.
* Fixed spelling errors, closes: #395449.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#endif
22
22
 
23
23
#include "rcsid.h"
24
 
RCSID("$Id: sysdep1_s.c,v 1.1 2003/04/01 23:59:51 al-guest Exp $")
 
24
RCSID("$Id: sysdep1_s.c,v 1.2 2003/07/26 15:51:13 al-guest Exp $")
25
25
 
26
26
#include "sysdep.h"
27
27
#include "minicom.h"
35
35
/*
36
36
 * Flush the buffers
37
37
 */
38
 
void m_flush(fd)
39
 
int fd;
 
38
void m_flush(int fd)
40
39
{
41
40
#ifdef USE_SOCKET
42
41
  if (portfd_is_socket)