]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/security/audit/audit_bsm_errno.c
xnu-3789.60.24.tar.gz
[apple/xnu.git] / bsd / security / audit / audit_bsm_errno.c
index fe24ed2a6f5f2573c6a66dc10c53836c3a0694bb..70c87ae2bc7a0759e836ece1fcd5581e681905d8 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2008-2009 Apple Inc.
+ * Copyright (c) 2008-2011 Apple Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -452,6 +452,7 @@ static const struct bsm_errno bsm_errnos[] = {
        { BSM_ERRNO_EINPROGRESS, EINPROGRESS,
            ES("Operation now in progress") },
        { BSM_ERRNO_ESTALE, ESTALE, ES("Stale NFS file handle") },
+       { BSM_ERRNO_EQFULL, EQFULL, ES("Interface output queue is full") },
        { BSM_ERRNO_EPWROFF,
 #ifdef EPWROFF
        EPWROFF,