summaryrefslogtreecommitdiffstats
path: root/usr.bin/at/at.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-04-12 02:42:39 +0000
committerache <ache@FreeBSD.org>1995-04-12 02:42:39 +0000
commit3ec57b4b689ddd9845b2aa3fc49df92d4af934e5 (patch)
tree6cf28d2ee52a1c8127b4b9eb970fac96197d763f /usr.bin/at/at.h
parent9d69b1d1123b6e165254dc11c02ef070402073f6 (diff)
downloadFreeBSD-src-3ec57b4b689ddd9845b2aa3fc49df92d4af934e5.zip
FreeBSD-src-3ec57b4b689ddd9845b2aa3fc49df92d4af934e5.tar.gz
Upgrade.
Diffstat (limited to 'usr.bin/at/at.h')
-rw-r--r--usr.bin/at/at.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/usr.bin/at/at.h b/usr.bin/at/at.h
index 80da0fe..1efd316 100644
--- a/usr.bin/at/at.h
+++ b/usr.bin/at/at.h
@@ -1,7 +1,6 @@
-/*
- * at.h - header for at(1)
- * Copyright (c) 1993 by Thomas Koenig
- * All rights reserved.
+/*
+ * at.h - header for at(1)
+ * Copyright (C) 1993 Thomas Koenig
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -22,8 +21,6 @@
* THEORY OF LIABILITY, WETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $Id: at.h,v 1.1 1993/12/05 11:36:45 cgd Exp $
*/
extern int fcreated;
@@ -31,4 +28,4 @@ extern char *namep;
extern char atfile[];
extern char atverify;
-#define AT_MAXJOBS 255 /* max jobs outstanding per user */
+void *mymalloc(size_t n);
OpenPOWER on IntegriCloud