kill.c (6cec9cad762b6476313fb1f8e931a1647822db6b) kill.c (22ea47ec90b51ecbe6d2883ccee30d312c162044)
1/*-
2 * Copyright (c) 1988, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 42 unchanged lines hidden (view full) ---

51#include <signal.h>
52#include <stdio.h>
53#include <stdlib.h>
54#include <string.h>
55
56#ifdef SHELL
57#define main killcmd
58#include "bltin/bltin.h"
1/*-
2 * Copyright (c) 1988, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 42 unchanged lines hidden (view full) ---

51#include <signal.h>
52#include <stdio.h>
53#include <stdlib.h>
54#include <string.h>
55
56#ifdef SHELL
57#define main killcmd
58#include "bltin/bltin.h"
59#include "error.h"
60#endif
61
62static void nosig(const char *);
63static void printsignals(FILE *);
64static int signame_to_signum(const char *);
65static void usage(void);
66
67int

--- 143 unchanged lines hidden ---
59#endif
60
61static void nosig(const char *);
62static void printsignals(FILE *);
63static int signame_to_signum(const char *);
64static void usage(void);
65
66int

--- 143 unchanged lines hidden ---