summaryrefslogtreecommitdiffstats
path: root/usr.bin/at/at.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-07-24 14:15:51 +0000
committerobrien <obrien@FreeBSD.org>2001-07-24 14:15:51 +0000
commitee6fd791db08e5c6c71916978b0b7a7434725f7d (patch)
tree231183bf6a2a2e31e819307d46beff2a2319d6d7 /usr.bin/at/at.h
parent6a671f268436112bbf62eda34eaddc7b6ac68b90 (diff)
downloadFreeBSD-src-ee6fd791db08e5c6c71916978b0b7a7434725f7d.zip
FreeBSD-src-ee6fd791db08e5c6c71916978b0b7a7434725f7d.tar.gz
Expland `mymalloc' with malloc + error checking.
Diffstat (limited to 'usr.bin/at/at.h')
-rw-r--r--usr.bin/at/at.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/at/at.h b/usr.bin/at/at.h
index 40a5a6f..3d72bbb 100644
--- a/usr.bin/at/at.h
+++ b/usr.bin/at/at.h
@@ -21,11 +21,11 @@
* 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.
+ *
+ * $FreeBSD$
*/
extern int fcreated;
extern char *namep;
extern char atfile[];
extern char atverify;
-
-void *mymalloc(size_t n);
OpenPOWER on IntegriCloud