process.c (9938b04472d5c59f8bd8152a548533a8599596a2) | process.c (97870c34b453251cda9c2341f8534b78003a74dc) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 |
|
1/* 2 * Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de) 3 * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) | 2/* 3 * Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de) 4 * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) |
4 * Licensed under the GPL | |
5 */ 6 7#include <stdio.h> 8#include <stdlib.h> 9#include <unistd.h> 10#include <errno.h> 11#include <signal.h> 12#include <fcntl.h> --- 275 unchanged lines hidden --- | 5 */ 6 7#include <stdio.h> 8#include <stdlib.h> 9#include <unistd.h> 10#include <errno.h> 11#include <signal.h> 12#include <fcntl.h> --- 275 unchanged lines hidden --- |