summaryrefslogtreecommitdiff
path: root/lib/libc/sys/Lint_pipe.c
blob: a86db166f82229c6758e40e579c4dd3250768531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* $NetBSD: Lint_pipe.c,v 1.2 2000/06/14 06:49:10 cgd Exp $ */

/*
 * This file placed in the public domain.
 * Chris Demetriou, November 5, 1997.
 */

#include <unistd.h>

/*ARGSUSED*/
int
pipe(filedes)
	int filedes[2];
{
	return (0);
}
/td> 2013-02-14Mark up LC_CTYPE with Ev (didn't I just do this? :) ).wiz 2013-02-13Multi-byte docs and fixes for > 2 mblen charsets from J.R. Oldroydchristos 2009-02-10Add RFC 2045 MIME Quoted-Printable support.christos 2004-04-22fix silly cut & paste error in -h descriptionlukem 2004-04-22Add -h to enable VIS_HTTPSTYLE.lukem 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2002-12-23Implement '-e extra', as per svis(3)'s "extra" argument.lukem 2002-09-30New sentence, new line.grant 2000-10-05Move out-of-order line to where it belongs.wennmach