diff options
Diffstat (limited to 'nsprpub/pr/include/prsystem.h')
-rw-r--r-- | nsprpub/pr/include/prsystem.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nsprpub/pr/include/prsystem.h b/nsprpub/pr/include/prsystem.h index 577e60e061..1b9c7ed854 100644 --- a/nsprpub/pr/include/prsystem.h +++ b/nsprpub/pr/include/prsystem.h @@ -43,9 +43,8 @@ typedef enum { PR_SI_SYSNAME, PR_SI_RELEASE, PR_SI_ARCHITECTURE, - PR_SI_HOSTNAME_UNTRUNCATED, /* the hostname exactly as configured + PR_SI_HOSTNAME_UNTRUNCATED /* the hostname exactly as configured * on the system */ - PR_SI_RELEASE_BUILD } PRSysInfo; |