comparison src/child.c @ 367:b27f66555ba8

Reformated multiline comments to have leading asterisks on each line Now we use: /* ** comment */ This makes the indent style simpler, too.
author markus schnalke <meillo@marmaro.de>
date Thu, 20 Oct 2011 10:20:59 +0200
parents fc1c6425c024
children 0ca270ca11fa
comparison
equal deleted inserted replaced
366:41958685480d 367:b27f66555ba8
1 /* child.c, Copyright (C) 2000 by Oliver Kurth, 1 /*
2 * 2 ** child.c
3 * This program is free software; you can redistribute it and/or modify 3 ** Copyright (C) 2000 by Oliver Kurth,
4 * it under the terms of the GNU General Public License as published by 4 **
5 * the Free Software Foundation; either version 2 of the License, or 5 ** This program is free software; you can redistribute it and/or modify
6 * (at your option) any later version. 6 ** it under the terms of the GNU General Public License as published by
7 * 7 ** the Free Software Foundation; either version 2 of the License, or
8 * This program is distributed in the hope that it will be useful, 8 ** (at your option) any later version.
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 **
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 ** This program is distributed in the hope that it will be useful,
11 * GNU General Public License for more details. 11 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * 12 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * You should have received a copy of the GNU General Public License 13 ** GNU General Public License for more details.
14 * along with this program; if not, write to the Free Software 14 **
15 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 15 ** You should have received a copy of the GNU General Public License
16 */ 16 ** along with this program; if not, write to the Free Software
17 ** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 */
17 19
18 #include <errno.h> 20 #include <errno.h>
19 #include <stdio.h> 21 #include <stdio.h>
20 #include <stdlib.h> 22 #include <stdlib.h>
21 #include <unistd.h> 23 #include <unistd.h>