head	1.5;
access;
symbols
	release_4_2:1.5
	aix_ok:1.5;
locks; strict;
comment	@ * @;


1.5
date	93.08.10.19.39.55;	author aoki;	state Exp;
branches;
next	1.4;

1.4
date	90.11.06.15.50.56;	author mao;	state Exp;
branches;
next	1.3;

1.3
date	90.11.04.03.08.49;	author kemnitz;	state Exp;
branches;
next	1.2;

1.2
date	90.09.25.16.40.00;	author kemnitz;	state Exp;
branches;
next	1.1;

1.1
date	90.04.19.19.38.43;	author kemnitz;	state Exp;
branches;
next	;


desc
@This used to be sendannounce.c - any port specific code should go here.
@


1.5
log
@added port.c with init_address_fixup
@
text
@/*
 *   FILE
 *	port.c
 *
 *   DESCRIPTION
 *	Ultrix-specific routines
 *
 *   INTERFACE ROUTINES
 *	init_address_fixup
 *
 *   NOTES
 *
 *   IDENTIFICATION
 *	$Header$
 */

#include <sys/syscall.h>
#include <sys/sysmips.h>

#include "tmp/c.h"

RcsId("$Header: /home2/aoki/master/src/backend/port/ultrix4/RCS/port.c,v 1.4 1990/11/06 15:50:56 mao Exp aoki $");

init_address_fixup()
{
#ifdef NOFIXADE
    syscall(SYS_sysmips, MIPS_FIXADE, 0, NULL, NULL, NULL);
#endif /* NOFIXADE */
}
@


1.4
log
@RcsId macro needed to be defined
@
text
@a0 1

d2 8
a9 1
 *  SENDANNOUNCE.C
d11 4
a14 1
 *  A do-nothing routine?
d16 5
a20 1
#define RcsId(a)
d22 1
a22 1
RcsId("$Header: RCS/port.c,v 1.3 90/11/04 03:08:49 kemnitz Exp Locker: mao $");
d24 6
a29 1
int i; /* to avoid "no symbol table" warning in some linkers */
@


1.3
log
@Got rid of sendannounce()
@
text
@d7 1
d9 1
a9 1
RcsId("$Header: RCS/port.c,v 1.2 90/09/25 16:40:00 kemnitz Exp $");
@


1.2
log
@Updating from revision 1.1 to revision 1.2
@
text
@d8 1
a8 1
#include "tmp/c.h"
d10 1
a10 8
RcsId("$Header: RCS/port.c,v 1.2 90/08/14 14:38:17 cimarron Exp $");

sendannounce(line)
char *line;
{

}

@


1.1
log
@Initial revision
@
text
@d8 1
a8 1
#include "c.h"
d10 1
a10 1
RcsId("$Header: RCS/sendannounce.c,v 1.2 89/09/05 17:20:05 mao C_Demo_1 $");
@
